Search
XmlPersistContext.writeDoubleList Method
See Also
 






Writes the specified list of double values.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeDoubleList (
    List<Double> list,
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

list

The list with double values to write.

elementName

The name of the element to write.

subElementName

The name of the sub-element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also